05. Strings
Strings
Strings
TIP: It is correct to either use double
"
or single'
quotes with strings, as long as you're consistent. The JavaScript Udacity style guide for labs and projects suggests using single quotes to define string literals.